From e71bb601efcf94f5882405ef9e37ff5df35bcb69 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Fri, 5 Sep 2008 19:11:16 +0000 Subject: [PATCH] igo2008_poi: New style to support iGO2008 points of interest (unicode text). --- style/igo2008_poi.style | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 style/igo2008_poi.style diff --git a/style/igo2008_poi.style b/style/igo2008_poi.style new file mode 100644 index 000000000..477dc46a6 --- /dev/null +++ b/style/igo2008_poi.style @@ -0,0 +1,33 @@ +# gpsbabel XCSV style file +# +# Format: iGO2008 points of interest +# Author: Olaf Klein +# Date: 09/05/2008 +# +DESCRIPTION iGO2008 points of interest (.upoi) +EXTENSION upoi +DATATYPE WAYPOINT +# +# FILE LAYOUT DEFINITIIONS: +# +FIELD_DELIMITER PIPE +RECORD_DELIMITER CRNEWLINE +BADCHARS "| +ENCODING MS-ANSI +# +# INDIVIDUAL DATA FIELDS, IN ORDER OF APPEARANCE: +# +IFIELD INDEX,"1","%d" +IFIELD DESCRIPTION, "", "%s" +IFIELD SHORTNAME, "", "%s" +IFIELD IGNORE, "", "%s" # nothing +IFIELD LAT_DECIMAL, "", "%.6f" +IFIELD LON_DECIMAL, "", "%.6f" +IFIELD IGNORE, "", "%s" # Name of map +IFIELD IGNORE, "", "%s" # nothing +IFIELD POSTAL_CODE, "", "%s" +IFIELD CITY, "", "%s" +IFIELD STREET_ADDR, "", "%s" # Street without number +IFIELD IGNORE, "", "%s" # Street number +IFIELD NOTES, "", "%s" +IFIELD PHONE_NR, "", "%s" -- 2.30.2